PATHMac OS 8 and 9 Developer Documentation > Networking and Communications > URL Access Manager >

Transferring Files With the URL Access Manager


URLReference

The URLReference data type is an opaque data structure that refers to a URL. Most URL Access Manager functions require a URLReference , which is defined as follows:

typedef struct OpaqueURLReference* URLReference;

You call URLNewReference to create a URL reference. You call URLDisposeReference to dispose of the reference when you no longer need it.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)